initialize
Initializes the CarouselView with module data. This involves setting up image scaling, filtering sources by date, and configuring the ViewPager and its adapter.
This method should be called after the view is created and the module data is available.
Parameters
module
The Module data (as com.reveldigital.player.api.Module
) to initialize the view with. This parameter is currently ignored as the view uses its internal this.module
field set during construction. Consider aligning parameter usage if this is not the intended behavior.